Release 10.1A: OpenEdge Data Management:
SQL Reference
NVL
Returns the value of the first expression if the first expression value is not
NULL. If the first expression value isNULL, the value of the second expression is returned.Syntax
Example
This example illustrates the
NVLfunction:
Notes
- The
NVLfunction is not ODBC compatible. Use theIFNULLfunction when ODBC-compatible syntax is required.- The first argument to the function can be of any type.
- The type of the second argument must be compatible with that of the first argument.
- The type of the result is the same as the first argument.
Compatibility
Progress extension
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |